Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix($compile): update '@'-bindings in controller when bindToController is true #9077

Closed
wants to merge 1 commit into from

Conversation

caitp
Copy link
Contributor

@caitp caitp commented Sep 14, 2014

'@'-bindings were previously updating the scope when they ought to have been
updating the controller (requested via bindToController: true +
controllerAs).

It's a one-line fix + test case.

Closes #9052

…r is true

'@'-bindings were previously updating the scope when they ought to have been
updating the controller (requested via `bindToController: true` + controllerAs).

It's a one-line fix + test case.

Closes angular#9052
@caitp
Copy link
Contributor Author

caitp commented Sep 14, 2014

I'm pushing this --- it's a pretty trivial patch so there isn't much to review. TBR by angular-core

@caitp caitp closed this in e7ac08a Sep 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.3.0-rc.1 - isolate scope @ bindings not kept up to date when used with the bindToController directive property
2 participants